.product-custom .withBg {
    background-color: #222b37;
    color: #fff;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-custom .withBg h1 {
    color: #fff !important;
    text-align: center;
    line-height: 1.5;
}

.product-custom  p {
    line-height: 1.65;
}

.product-custom  h1 {
    font-size: 2.5rem !important;
    font-weight: 600;
    margin-bottom: 1rem;
}

.product-custom .prod-specs {
    margin: 0 1rem 1.5rem;
}

.prod-specs-container {
    background-color: #194866;
    color: #fff;
    padding: 3rem 2rem 2rem;
}

.product-custom .azlf-third-section-features-bullet {
    margin-right: 0.5rem;
}

.product-custom .prod-specs h5 {
    color: #fff !important;
}

.product-custom .azlf-third-section-features-bullet-white-svg {
    display: none;
}

.product-custom .prod-specs-img {
    margin-left: -1rem;
}

.product-custom ul li {
    line-height: 1.5;
    font-size: .9rem;
}

.product-custom .text-group {
    display: flex;
    align-items: center;
}

.product-custom .product-accordion {
    padding: 5rem 0 3rem;
}

.product-custom .accordion_container {
    margin-bottom: 1rem;
}

.product-custom .accordion_head {
    background-color: #222b37;
    color: #fff !important;
    padding: 1rem;
    font-size: 1.25rem;
    display: flex;
}

.product-custom .accordion_head i {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
}

.product-custom .accordion_arrow {
    border: 2px solid #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.product-custom .accordion_body {
    padding-top: 2rem;
}

.product-custom .text-box {
    padding: 0;
}

.product-custom .text-group p {
    padding: 0.8rem;
    margin-bottom: 0;
}

.product-custom .title {
    background-color: #ccc;
    padding: 0.8rem;
    font-weight: 600;
    margin-bottom: 0;
}

.product-custom .text-group p {
    padding: 0.8rem 1.5rem;
    font-size: .9rem;
}

.product-custom .accordion_body > ul li {
    font-size: 1.2rem;
}

.product-custom > .row > .product-content {
    display: flex;
}

@media(max-width: 992px) {
    .product-custom .azlf-third-section-features-bullet-blue-svg {
        display: none;
    }

    .product-custom .azlf-third-section-features-bullet-white-svg {
        display: inline;
    }

    .product-custom > .row > .product-content {
        flex-direction: column;
    }
    .product-custom > .row > .product-content > div {
        flex: unset;
        max-width: 100%;
    }

    .prod-specs-container {
        flex-direction: column;
    }

    .product-custom .prod-specs-img {
        margin: 0;
    }

    .product-custom .withBg {
        padding: 4rem 2rem !important;
    }

    .product-custom h1 {
        font-size: 2rem !important;
        margin-bottom: 1rem;
    }
}